#ariaTipText {
    position: absolute;
}

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", "microsoft yahei";
    position: relative;
    color: #34332f;
    font-size: 18px;
    font-size: .18rem;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #424242;
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

input,
button,
select,
textarea {
    font-family: "Microsoft YaHei UI", "Helvetica", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    -webkit-user-select: auto;
    border: 0;
    border-radius: 0;
    outline: none;
}

.mainWidth {
    width: 13.4rem;
    margin: 0 auto;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    outline: none;
}

.pClear {
    clear: both;
}

.pClear::after {
    content: '';
    display: block;
    clear: both;
}

/**** 头部 ****/
.pTop {
    width: auto;
    height: 554px;
    height: 5.54rem;
    background: url(../images/2023-pTop-bg.jpg) no-repeat #ecf3ff center;
    background-size: auto 554px;
    background-size: auto 5.54rem;
}

.pTopLink {
    width: 100%;
    font-size: 16px;
    font-size: .16rem;
    color: #7f9bcc;
    padding-top: 24px;
    padding-top: .24rem;
}

.pTopLink .a-link {
    display: inline-block;
    color: #7f9bcc;
    margin-right: 20px;
    margin-right: .2rem;
}

.pTopLink .a-link:hover {
    color: #ff0000;
}

.pTopLink .a-link.gh {
    padding-left: 20px;
    padding-left: .2rem;
    background: url(../images/2023-pTop-bmjz-gh.png) no-repeat left center;
    background-size: 15px 16px;
    background-size: .15rem .16rem;
    display: none;
}

.pTopLink .a-link.nr {
    margin-right: 0;
}

.pTopLink .a-link.bmjz {
    padding-left: 18px;
    padding-left: .18rem;
    background: url(../images/2023-pTop-bmjz-ico.png) no-repeat left;
    background-size: 13px 16px;
    background-size: .13rem .16rem;
    cursor: pointer;
}

.pTopLink .link-right {
    float: right;
}

.pTopBmjz {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    top: .45rem;
    top: 0;
    background-color: rgba(37, 91, 175, .4);
    display: none;
    z-index: 999;
}

.pTopBmjz .bmjz-colse {
    width: 28px;
    width: .28rem;
    height: 28px;
    height: .28rem;
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    top: .18rem;
    cursor: pointer;
    background-color: #255baf;
    border-radius: 3px;
}

.pTopBmjz .bmjz-tit {
    color: #ffffff;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
    padding: 20px 0 15px 0;
    padding: .20rem 0 .15rem;
}

.pTopBmjz .bmjz-ul {
    padding-bottom: 12px;
    padding-bottom: .12rem;
}

.pTopBmjz .bmjz-ul li {
    width: 16.66%;
    float: left;
    font-size: 14px;
    font-size: .14rem;
}

.pTopBmjz .bmjz-ul li a {
    color: #ffffff;
    line-height: 32px;
    line-height: .32rem;
}

.pTopBmjz .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}

.pLogo {
    display: inline-block;
    height: 103px;
    height: 1.03rem;
    margin-top: 80px;
    margin-top: .8rem;
}

.pLogo .logo-gh {
    width: 97px;
    width: .97rem;
    float: left;
    margin-right: 15px;
    margin-right: .15rem;
    display: block;
}

.pLogo .logo-font {
    width: 507px;
    width: 5.07rem;
    float: left;
    display: block;
}

.pSearch {
    width: 402px;
    width: 4.02rem;
    height: 38px;
    height: .38rem;
    padding: 4px;
    padding: .04rem;
    border-radius: 23px;
    border-radius: .23rem;
    background-color: #ffffff;
    float: right;
    margin-top: 110px;
    margin-top: 1.1rem;
    overflow: hidden;
}

.pSearch input[type="text"] {
    width: 240px;
    width: 2.4rem;
    height: 38px;
    height: .38rem;
    line-height: 38px;
    line-height: .38rem;
    background: none;
    margin-left: 14px;
    margin-left: .14rem;
    padding: 0 0 0 28px;
    padding: 0 0 0 .28rem;
    background: url(../images/2023-pSearch-ico.png) no-repeat left;
    background-size: 21px 20px;
    background-size: .21rem .2rem;
    font-size: 16px;
    font-size: .16rem;
    color: #255baf;
    float: left;
}

.pSearch input[type="text"]::placeholder {
    font-size: 16px;
    font-size: .16rem;
    color: #cedce7;
}

.pSearch input[type="button"] {
    width: 100px;
    width: 1rem;
    height: 38px;
    height: .38rem;
    border-radius: 19px;
    border-radius: .19rem;
    background-color: #255baf;
    color: #ffffff;
    font-size: 18px;
    font-size: .18rem;
    letter-spacing: 2px;
    float: right;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pSearch input[type="button"]:hover {
    background-color: #83b0d7;
}

.pNav {
    width: 100%;
    height: 66px;
    height: .66rem;
    background-color: #255baf;
    position: relative;
}

.pNav ul {
    position: static;
}

.pNav ul li {
    float: left;
    width: 16.66%;
    height: 66px;
    height: .66rem;
    line-height: 66px;
    line-height: .66rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pNav ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-size: .2rem;
    font-weight: 700;
    display: block;
    position: relative;
}

.pNav ul li a::after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    height: .18rem;
    background-color: #083b8b;
    position: absolute;
    right: 0;
    top: 24px;
    top: .24rem;
}

.pNav ul li a::before {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    height: .18rem;
    background-color: #719ee3;
    position: absolute;
    left: 0;
    top: 24px;
    top: .24rem;
}

.pNav ul li:last-child a::after,
.pNav ul li:first-child a::before {
    display: none;
}

.pNav ul li .child-nav {
    width: 100vw;
    background-color: #255baf;
    border-top: 1px solid #083b8b;
    position: absolute;
    top: 66px;
    top: .66rem;
    left: 0;
    z-index: 99;
    text-align: center;
    line-height: 40px;
    line-height: .4rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    display: none;
}

.pNav ul li .child-nav a {
    display: inline-block;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 400;
    width: auto;
    margin: 0 20px;
    margin: 0 .2rem;
}

.pNav ul li .child-nav a:hover {
    color: #ffff00;
}

.pNav ul li .child-nav a::after,
.pNav ul li .child-nav a::before {
    display: none;
}

.pNav ul li .child-nav::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #719ee3;
}

.pNav ul li:hover {
    background-color: #1b4fa1;
}

.pNav ul li:hover a::before,
.pNav ul li:hover a::after {
    display: none;
}

.pNav ul li:hover .child-nav {
    display: block;
}

.pNav ul li.zwfw img {
    height: 30px;
    height: .3rem;
    margin: .18rem auto;
    display: none;
}

.pNav ul li.zwfw:hover span {
    display: block;
}

.pNav ul li.zwfw:hover img {
    display: none;
}

/**** 头部 end ****/

/**** 底部 ****/
.pFoot {
    border-top: 4px solid #255baf;
    background-color: #ebebeb;
    margin-top: 30px;
    margin-top: .3rem;
    position: relative;
    z-index: 999;
}

.pFoot-link {
    width: auto;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
}

.pFoot-link .mainWidth {
    position: initial;
    border-bottom: 1px solid #d0d0d0;
    padding: 25px 0;
    padding: .25rem 0;
    height: 34px;
    height: .34rem;
}

.pFoot-link .link-ul li {
    width: 204px;
    width: 2.04rem;
    margin-right: 23px;
    margin-right: .23rem;
    float: left;
}

.pFoot-link .link-ul li:last-child {
    margin-right: 0;
    float: right;
}

.pFoot-link .link-ul li .name {
    width: 154px;
    width: 1.54rem;
    height: 34px;
    height: .34rem;
    line-height: 34px;
    line-height: .34rem;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    padding: 0 25px;
    padding: 0 .25rem;
    background: url(../images/2023-pFoot-select-ico.png) no-repeat 180px center #FFFFFF;
    background-position: 1.8rem center;
    background-size: 10px auto;
    background-size: .1rem auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    overflow: hidden;
    font-size: 14px;
    font-size: .14rem;
}

.pFoot-link .link-ul li .name:hover {
    background-color: #f4f4f4;
}

.pFoot-link .link-ul li .link-con {
    width: 100%;
    min-width: 1340px;
    min-width: 13.4rem;
    height: 0;
    background: rgba(0, 0, 0, .25);
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: 88px;
    bottom: .88rem;
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    overflow: hidden;
}

.pFoot-link .link-ul li .link-con .link-ul {
    width: 1340px;
    width: 13.4rem;
    margin: 0 auto;
}

.pFoot-link .link-ul li .link-con .link-ul dt {
    width: 14.28%;
    float: left;
    height: 34px;
    height: .34rem;
    line-height: 34px;
    line-height: .34rem;
    text-align: center;
}

.pFoot-link .link-ul li .link-con .link-ul dt a {
    font-size: 16px;
    font-size: .16rem;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.pFoot-link .link-ul li .link-con .link-ul dt a:hover {
    background: rgba(18, 93, 178, .3);
}

.pFoot-link .link-ul li.active .link-con {
    display: block;
    padding: 25px 0;
    padding: .25rem 0;
    height: auto;
}

.pFoot-btm {
    width: auto;
    font-size: 16px;
    font-size: .16rem;
    color: #666666;
    padding: 30px 0 24px;
    padding: .3rem 0 .24rem;
}

.pFoot-btm::after {
    content: '';
    display: block;
    clear: both;
}

.pFoot-btm .btmleft {
    width: 650px;
    width: 6.5rem;
    float: left;
}

.pFoot-btm .link {
    line-height: 20px;
    line-height: .2rem;
}

.pFoot-btm .link a {
    color: #666;
}

.pFoot-btm .link a:hover {
    color: #FF0000;
}

.pFoot-btm .link span {
    margin: 0 10px;
    font-size: 12px;
    font-size: .12rem;
    display: inline-block;
}

.pFoot-btm .msg {
    margin-top: 10px;
}

.pFoot-btm .msg p {
    line-height: 30px;
    line-height: .3rem;
}

.pFoot-btm .msg p.zbdw span {
    margin: 0 10px;
    margin: 0 .1rem;
}

.pFoot-btm .btmimg {
    width: 460px;
    width: 4.6rem;
    float: left;
    position: absolute;
    top: 15px;
    top: .15rem;
    right: 0;
    text-align: right;
}

.pFoot-btm .btmimg img {
    display: block;

}

.pFoot-btm .btmimg .dzjg {
    display: inline-block;
    height: 78px;
    height: .78rem;
    margin: 0 25px;
    margin: 0 .25rem;
}

.pFoot-btm .btmimg .dzjg img {
    width: 63px;
    width: .63rem;
}

.pFoot-btm .btmimg .ga {
    display: inline-block;
    height: 78px;
    height: .78rem;
    margin-left: 25px;
    margin-left: .25rem;
}

.pFoot-btm .btmimg .ga img {
    width: 45px;
    width: .45rem;
}

.pFoot-btm .btmimg .zfzc {
    display: inline-block;
    height: 78px;
    height: .78rem;
    margin-right: 25px;
    margin-right: .25rem;
}

.pFoot-btm .btmimg .zfzc img {
    margin-top: 11px !important;
    margin-top: .11rem !important;
    width: 110px;
    width: 1.1rem;
}

.pFoot-btm .btmimg .slh {
    display: inline-block;
    height: 78px;
    height: .78rem;
}

.pFoot-btm .btmimg .slh img {
    margin-top: 12px !important;
    margin-top: .12rem !important;
    width: 110px;
    width: 1.1rem;
}

.pFoot-btm .btmewm {
    width: 290px;
    width: 2.9rem;
    float: left;
}

.pFoot-btm .btmewm p {
    margin-left: 50px;
    margin-left: .5rem;
    display: inline-block;
    text-align: center;
}

.pFoot-btm .btmewm p:first-child {
    margin-left: 0;
}

.pFoot-btm .btmewm p img {
    height: 80px;
    height: .8rem;
    display: block;
    margin: 0 auto 5px;
    margin: 0 auto .05rem;
}

.pFoot-btm .btmewm p span {
    font-size: 14px;
    font-size: .14rem;
}

.pFoot-msg {
    width: auto;
    height: 52px;
    height: .52rem;
    line-height: 52px;
    line-height: .52rem;
    text-align: center;
    background-color: #cccccc;
    font-size: 14px;
    font-size: .14rem;
    color: #5b5b5b;
}

.pFoot-msg a {
    color: #5b5b5b;
    margin: 0 15px;
    margin: 0 .15rem;
}

.pFoot-msg a.ga {
    background: url(../images/2023-pFoot-ico-ga01.png) left no-repeat;
    padding-left: 22px;
    padding-left: .22rem;
    background-size: 18px 20px;
    background-size: .18rem .2rem;
}

/****  底部 end  ****/

/****  头部 listpage  ****/
.listTop .pTop {
    height: 280px;
    height: 2.8rem;
    background-image: url(../images/2023-pTop-bg02.jpg);
    background-size: auto 280px;
    background-size: auto 2.8rem;
}

.listTop .pLogo {
    margin-top: 60px;
    margin-top: .6rem;
}

.listTop .pSearch {
    margin-top: 85px;
    margin-top: .85rem;
}

/****  头部 listpage end  ****/

/****  头部 bmjzpage  ****/
.listTop.bmjzTop .pTopLink .a-link.gh {
    display: inline-block;
}

.listTop.bmjzTop .pTopLink .a-link.slh {
    display: none;
}

.listTop .bmjzLogo {
    margin-top: 78px;
    margin-top: .78rem;
}

.listTop .bmjzLogo img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
    width: 92px;
    width: .92rem;
    height: 72px;
    height: .72rem;
}

.listTop .bmjzLogo span {
    font-size: 40px;
    font-size: .4rem;
    font-weight: 700;
    line-height: 72px;
    line-height: .72rem;
    color: #0c2375;
    text-shadow: 0 0 3px #ffffff;
}

.listTop.bmjzTop .pNav li {
    width: 25%;
}

.listTop.bmjzTop .pNav ul li.zwfw:hover span {
    display: none;
}

.listTop.bmjzTop .pNav ul li.zwfw:hover img {
    display: block;
}

/****  头部 bmjzpage end  ****/

/****  标题  ****/
.pHead01 {
    background-color: #ecf3ff;
    height: 45px;
    height: .45rem;
    line-height: 45px;
    line-height: .45rem;
    font-weight: 700;
}

.pHead01 li {
    float: left;
}

.pHead01 li a {
    padding: 0 40px;
    padding: 0 .4rem;
    display: block;
    position: relative;
}

.pHead01 li a::before {
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    height: .45rem;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.pHead01 li:last-child a::before {
    display: none;
}

.pHead01 li.active a {
    background-color: #4e79c0;
    background-image: linear-gradient(to bottom right, #5386d7, #2b63ba);
    color: #ffffff;
}

.pHead01 li.active a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-left: .05rem solid transparent;
    border-right: 5px solid transparent;
    border-right: .05rem solid transparent;
    border-top: 7px solid #4e79c0;
    border-top: .07rem solid #4e79c0;
    position: absolute;
    bottom: -7px;
    bottom: -.07rem;
    left: calc(50% - 7px);
    left: calc(50% - .07rem);
}

.pHead02 {
    width: auto;
    height: 60px;
    height: .6rem;
    line-height: 60px;
    line-height: .6rem;
    text-align: center;
    display: block;
    border-radius: 30px;
    border-radius: .3rem;
    color: #ffffff;
    font-weight: 700;
    background-image: url(../images/2023-pHead02-bg.png);
    background-image: linear-gradient(to right, #29b0ff, #ac94ff);
}

/****  列表  ****/
.pList {
    padding: 0 1px;
}

.pList li {
    line-height: 44px;
    line-height: .44rem;
}

.pList li a {
    width: 85%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.pList li a:hover {
    color: #ff0000;
}

.pList li span {
    float: right;
    color: #b6b6b6;
}

.pList.mail li::after {
    content: '';
    display: block;
    clear: both;
}

.pList.mail .fl {
    width: 63px;
    width: .63rem;
    height: 26px;
    height: .26rem;
    line-height: 26px;
    line-height: .26rem;
    text-align: center;
    border-radius: 13px;
    border-radius: .13rem;
    border: 1px solid #2b63ba;
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
    color: #2b63ba;
    font-size: 14px;
    font-size: .14rem;
    margin-top: 8px;
    margin-top: .08rem;
}

.pList.mail li a {
    width: 75%;
}

/****  政策文件检索  ****/
.pZcwjSearch {
    height: 40px;
    height: .4rem;
    margin-top: 20px;
    margin-top: .2rem;
    width: 100%;
    text-align: center;
}

.pZcwjSearch input[type="text"] {
    width: 210px;
    width: 2.1rem;
    height: 38px;
    height: .38rem;
    display: inline-block;
    padding: 0 15px;
    padding: 0 .15rem;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    border-radius: .2rem;
    font-size: 15px;
    font-size: .15rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pZcwjSearch input.day {
    width: 120px;
    width: 1.2rem;
    text-align: center;
}

.pZcwjSearch input::placeholder {
    color: #7f7f7f;
    font-size: 15px;
    font-size: .15rem;
}

.pZcwjSearch input[type="button"] {
    width: 128px;
    width: 1.28rem;
    height: 38px;
    height: .38rem;
    display: inline-block;
    border: 1px solid #2b63ba;
    border-radius: 20px;
    border-radius: .2rem;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
    text-align: center;
    background: no-repeat;
    color: #2b63ba;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    margin-left: 10px;
}

.pZcwjSearch input[type="button"]:hover {
    background-color: #ecf3ff;
}

.pZcwjSearch input:focus {
    border-color: #2b63ba;
}

/****  当前位置  ****/
.pLocation {
    margin-top: 20px;
    margin-top: .2rem;
    line-height: 24px;
    line-height: .24rem;
    background: url(../images/2023-ico-home.png) no-repeat left 3px;
    background-size: 18px;
    background-size: .18rem;
    background-position: left .03rem;
    padding-left: 35px;
    padding-left: .35rem;
    font-size: 16px;
    font-size: .16rem;
}

.pLocation a:hover {
    color: #ff0000;
}

/****  分页  ****/
.pagination {
    margin-top: 30px;
    margin-top: .3rem;
    margin-bottom: 30px;
    margin-bottom: .3rem;
    font-size: 14px;
    font-size: .14rem;
    text-align: center;
}

.pagination a {
    width: 32px;
    width: .32rem;
    margin: 0 6px;
    text-align: center;
    line-height: 32px;
    line-height: .32rem;
    display: inline-block;
    background: #eee;
    border-radius: 3px;
}

.pagination a:hover {
    color: #fff;
    background: #3771bb;
    cursor: pointer;
}

.pagination .pn,
.pagination .first-page,
.pagination .last-page {
    width: 78px;
    width: .78rem;
    display: inline-block !important;
}

.pagination .cur,
.pagination .active {
    background: #3771bb;
    color: #fff;
}

/****  归档  ****/
.pGuidangImg {
    position: absolute;
    right: 0;
    top: 30px;
    top: .3rem;
    transform: rotate(25deg);
    display: none;
    z-index: 99;
}

.pGuidangImg img {
    width: 77px;
    width: .77rem;
    height: 44px;
    height: .44rem;
    display: block;
    margin: 0 auto;
}

.pGuidangImg span {
    color: #DA5857;
    font-weight: 700;
    margin-top: 5px;
    margin-top: .05rem;
    display: block;
    font-size: 16px;
    font-size: .16rem;
}

/*** 外链弹窗 ***/
.otherlink-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.3s;
}

.otherlink-bg.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.otherlink-pop {
    position: fixed;
    top: -25%;
    left: 50%;
    z-index: 999;
    width: 500px;
    width: 5rem;
    height: 200px;
    height: 2rem;
    margin: -250px 0 0 -280px;
    margin: -2.5rem 0 0 -2.8rem;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    border-radius: .06rem;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: 0.4s;
}

.otherlink-pop.in {
    top: 50%;
}

.otherlink-pop a.offBtn {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
    font-size: .2rem;
    padding: 5px 10px;
    color: #ccc;
    font-weight: 700;
    line-height: 20px;
    line-height: .2rem;
}

.otherlink-pop h2 {
    padding: 60px 40px;
    padding: .6rem .4rem;
    font-size: 16px;
    font-size: .16rem;
    line-height: 1.5;
    text-align: justify;
}

.otherlink-pop p.btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    height: .5rem;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: right;
}

.otherlink-pop p.btns a {
    display: inline-block;
    margin: 9px 15px 0 0;
    margin: .09rem .15rem 0 0;
    height: 30px;
    height: .3rem;
    line-height: 30px;
    line-height: .3rem;
    padding: 0 15px;
    padding: 0 .15rem;
    font-size: 14px;
    font-size: .14rem;
    border: 1px solid #bbbbbb;
    color: #333;
    border-radius: 5px;
    border-radius: .05rem;
}

.otherlink-pop p.btns a:hover {
    background: #e6e6e6;
}

.otherlink-pop p.btns a.toOtherLink {
    border: 1px solid #337ab7;
    background: #337ab7;
    color: #fff;
}

.otherlink-pop p.btns a.toOtherLink:hover {
    background: #286090;
}

/****  响应式  ****/
html {
    font-size: 100px;
}

@media screen and (max-width: 1623px) {
    html {
        font-size: 99.57055214723926px
    }
}

@media screen and (max-width: 1613px) {
    html {
        font-size: 98.95705521472393px
    }
}

@media screen and (max-width: 1603px) {
    html {
        font-size: 98.34355828220859px
    }
}

@media screen and (max-width: 1593px) {
    html {
        font-size: 97.73006134969325px
    }
}

@media screen and (max-width: 1583px) {
    html {
        font-size: 97.11656441717791px
    }
}

@media screen and (max-width: 1573px) {
    html {
        font-size: 96.50306748466258px
    }
}

@media screen and (max-width: 1563px) {
    html {
        font-size: 95.88957055214724px
    }
}

@media screen and (max-width: 1553px) {
    html {
        font-size: 95.2760736196319px
    }
}

@media screen and (max-width: 1543px) {
    html {
        font-size: 94.66257668711656px
    }
}

@media screen and (max-width: 1533px) {
    html {
        font-size: 94.04907975460123px
    }
}

@media screen and (max-width: 1523px) {
    html {
        font-size: 93.43558282208589px
    }
}

@media screen and (max-width: 1513px) {
    html {
        font-size: 92.82208588957055px
    }
}

@media screen and (max-width: 1503px) {
    html {
        font-size: 92.20858895705521px
    }
}

@media screen and (max-width: 1493px) {
    html {
        font-size: 91.59509202453988px
    }
}

@media screen and (max-width: 1483px) {
    html {
        font-size: 90.98159509202454px
    }
}

@media screen and (max-width: 1473px) {
    html {
        font-size: 90.3680981595092px
    }
}

@media screen and (max-width: 1463px) {
    html {
        font-size: 89.75460122699387px
    }
}

@media screen and (max-width: 1453px) {
    html {
        font-size: 89.14110429447853px
    }
}

@media screen and (max-width: 1443px) {
    html {
        font-size: 88.52760736196319px
    }
}

@media screen and (max-width: 1433px) {
    html {
        font-size: 87.91411042944785px
    }
}

@media screen and (max-width: 1423px) {
    html {
        font-size: 87.30061349693252px
    }
}

@media screen and (max-width: 1413px) {
    html {
        font-size: 86.68711656441718px
    }
}

@media screen and (max-width: 1403px) {
    html {
        font-size: 86.07361963190184px;
    }
}

@media screen and (max-width: 1393px) {
    html {
        font-size: 85.4601226993865px
    }
}

@media screen and (max-width: 1383px) {
    html {
        font-size: 84.84662576687117px
    }
}

@media screen and (max-width: 1373px) {
    html {
        font-size: 84.23312883435583px
    }
}

@media screen and (max-width: 1363px) {
    html {
        font-size: 83.61963190184049px
    }
}

@media screen and (max-width: 1353px) {
    html {
        font-size: 83.00613496932515px
    }
}

@media screen and (max-width: 1343px) {
    html {
        font-size: 82.39263803680982px
    }
}

@media screen and (max-width: 1333px) {
    html {
        font-size: 81.77914110429448px
    }
}

@media screen and (max-width: 1323px) {
    html {
        font-size: 81.16564417177914px
    }
}

@media screen and (max-width: 1313px) {
    html {
        font-size: 80.5521472392638px
    }
}

@media screen and (max-width: 1303px) {
    html {
        font-size: 79.93865030674847px
    }
}

@media screen and (max-width: 1293px) {
    html {
        font-size: 79.32515337423313px
    }
}

@media screen and (max-width: 1283px) {
    html {
        font-size: 78.71165644171779px
    }
}

@media screen and (max-width: 1273px) {
    html {
        font-size: 78.09815950920245px
    }
}

@media screen and (max-width: 1263px) {
    html {
        font-size: 77.48466257668712px
    }
}

@media screen and (max-width: 1253px) {
    html {
        font-size: 76.87116564417178px
    }
}

@media screen and (max-width: 1243px) {
    html {
        font-size: 76.25766871165644px
    }
}

@media screen and (max-width: 1233px) {
    html {
        font-size: 75.6441717791411px
    }
}

@media screen and (max-width: 1223px) {
    html {
        font-size: 75.03067484662577px
    }
}

@media screen and (max-width: 1213px) {
    html {
        font-size: 74.41717791411043px
    }
}

@media screen and (max-width: 1203px) {
    html {
        font-size: 73.80368098159509px
    }
}

@media screen and (max-width: 1193px) {
    html {
        font-size: 73.19018404907975px
    }
}

@media screen and (max-width: 1183px) {
    html {
        font-size: 72.57668711656442px
    }
}

@media screen and (max-width: 1173px) {
    html {
        font-size: 71.96319018404908px
    }
}

@media screen and (max-width: 1163px) {
    html {
        font-size: 71.34969325153374px
    }
}

@media screen and (max-width: 1153px) {
    html {
        font-size: 70.7361963190184px
    }
}

@media screen and (max-width: 1143px) {
    html {
        font-size: 70.12269938650307px
    }
}

@media screen and (max-width: 1133px) {
    html {
        font-size: 69.50920245398773px
    }
}

@media screen and (max-width: 1123px) {
    html {
        font-size: 68.89570552147239px
    }
}

@media screen and (max-width: 1113px) {
    html {
        font-size: 68.28220858895706px
    }
}

@media screen and (max-width: 1103px) {
    html {
        font-size: 67.66871165644172px
    }
}

@media screen and (max-width: 1093px) {
    html {
        font-size: 67.05521472392638px
    }
}

@media screen and (max-width: 1083px) {
    html {
        font-size: 66.44171779141104px
    }
}

@media screen and (max-width: 1073px) {
    html {
        font-size: 65.82822085889571px
    }
}

@media screen and (max-width: 1063px) {
    html {
        font-size: 65.21472392638037px
    }
}

@media screen and (max-width: 1053px) {
    html {
        font-size: 64.60122699386503px
    }
}

@media screen and (max-width: 1043px) {
    html {
        font-size: 63.98773006134969px
    }
}

@media screen and (max-width: 1033px) {
    html {
        font-size: 63.37423312883436px
    }
}

@media screen and (max-width: 1023px) {
    html {
        font-size: 62.76073619631902px
    }
}

@media screen and (max-width: 1013px) {
    html {
        font-size: 62.14723926380368px
    }
}

@media screen and (max-width: 1003px) {
    html {
        font-size: 61.53374233128834px
    }
}

@media screen and (max-width: 993px) {
    html {
        font-size: 60.92024539877301px
    }
}

@media screen and (max-width: 983px) {
    html {
        font-size: 60.30674846625767px
    }
}

@media screen and (max-width: 973px) {
    html {
        font-size: 59.69325153374233px
    }
}

@media screen and (max-width: 963px) {
    html {
        font-size: 59.07975460122699px
    }
}

@media screen and (max-width: 953px) {
    html {
        font-size: 58.46625766871166px
    }
}

@media screen and (max-width: 943px) {
    html {
        font-size: 57.85276073619632px
    }
}

@media screen and (max-width: 933px) {
    html {
        font-size: 57.23926380368098px
    }
}

@media screen and (max-width: 923px) {
    html {
        font-size: 56.62576687116564px
    }
}

@media screen and (max-width: 913px) {
    html {
        font-size: 56.01226993865031px
    }
}

@media screen and (max-width: 903px) {
    html {
        font-size: 55.39877300613497px
    }
}

@media screen and (max-width: 893px) {
    html {
        font-size: 54.78527607361963px
    }
}

@media screen and (max-width: 883px) {
    html {
        font-size: 54.17177914110429px
    }
}

@media screen and (max-width: 873px) {
    html {
        font-size: 53.55828220858896px
    }
}

@media screen and (max-width: 863px) {
    html {
        font-size: 52.94478527607362px
    }
}

@media screen and (max-width: 853px) {
    html {
        font-size: 52.33128834355828px
    }
}

@media screen and (max-width: 843px) {
    html {
        font-size: 51.71779141104294px
    }
}

@media screen and (max-width: 833px) {
    html {
        font-size: 51.10429447852761px
    }
}

@media screen and (max-width: 823px) {
    html {
        font-size: 50.49079754601227px
    }
}

@media screen and (max-width: 813px) {
    html {
        font-size: 49.87730061349693px
    }
}

@media screen and (max-width: 803px) {
    html {
        font-size: 49.2638036809816px
    }
}

@media screen and (max-width: 793px) {
    html {
        font-size: 48.65030674846626px
    }
}

@media screen and (max-width: 783px) {
    html {
        font-size: 48.03680981595092px
    }
}

@media screen and (max-width: 773px) {
    html {
        font-size: 47.42331288343558px
    }
}

@media screen and (max-width: 1024px) {
    .otherlink-pop {
        height: auto;
    }
}

@media screen and (max-width: 844px) {
    .pFoot-btm .msg p.zbdw span{
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 80px
    }

    .mainWidth {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .pTop {
        text-align: center;
        height: auto !important;
        padding-bottom: .3rem;
        background-position: bottom;
        background-size: auto 100% !important;
        background-image: url(../images/2023-pTop-bg.jpg) !important;
    }

    .pTopLink {
        padding-top: 10px;
    }
    
    .pTopLink::after {
        content: '';
        display: block;
        clear: both;
    }

    .pTopLink .mainWidth {
        padding: 0;
        width: 100%;
    }

    .pTopLink .a-link {
        margin-right: 10px;
    }

    .pTopLink .link-left,
    .pTopLink .link-right .a-link,
    .pTopLink .link-right span {
        display: none;
    }

    .pTopLink .link-right .a-link.bmjz,
    .pTopLink .link-right .a-link#topLogin,
    .pTopLink .link-right .a-link#topRegister,
    .pTopLink .link-right .a-link.wza {
        display: inline-block;
    }

    .pTopBmjz {
        text-align: left;
    }

    .pTopBmjz .bmjz-ul li {
        width: 50%;
        margin-bottom: 5px;
    }

    .pTopBmjz .bmjz-colse {
        right: 10px;
    }

    .pLogo {
        margin: .15rem auto 0 !important;
        height: auto;
    }

    .pLogo .logo-gh {
        float: none;
        margin: 0 auto;
        width: 15%;
    }

    .pLogo .logo-font {
        float: none;
        margin: 5px auto 0;
        width: 75%;
    }

    .pSearch {
        margin: .1rem auto 0 !important;
        float: none;
        width: 65%;
    }

    .pSearch input[type="text"] {
        width: calc(100% - 1.5rem);
    }

    .pNav {
        height: .8rem;
        padding: .08rem 0;
    }

    .pNav ul li {
        width: 33.33%;
        height: .4rem;
        line-height: .4rem;
    }

    .pNav ul li a::before,
    .pNav ul li a::after {
        top: .11rem;
    }

    .pNav ul li:nth-child(3) a::after,
    .pNav ul li:nth-child(4) a::before {
        display: none;
    }

    .pNav ul li .child-nav {
        display: none !important;
    }
    
    .listTop.bmjzTop .pNav {
        height: .4rem;
    }
    
    .listTop.bmjzTop .pNav ul {
        width: 100%;
        padding: 0;
    }
    
    .listTop.bmjzTop .pNav ul li.zwfw:hover span {
        display: block;
    }
    
    .listTop.bmjzTop .pNav ul li.zwfw:hover img {
        display: none;
    }
    
    .listTop.bmjzTop .pNav ul li:nth-child(3) a::after,
    .listTop.bmjzTop .pNav ul li:nth-child(4) a::before {
        display: block;
    }

    .pFoot {
        margin-top: 10px;
    }

    .pFoot-link {
        display: none;
    }

    .pFoot-btm {
        padding: .2rem 0;
    }

    .pFoot-btm .btmleft {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .pFoot-btm .msg p.zbdw span{
        display: block;
        margin: 0;
    }

    .pFoot-btm .btmimg {
        width: 100%;
        position: relative;
        text-align: center;
        top: inherit;
        margin-top: 10px;
    }

    .pFoot-btm .btmewm {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 10px;
        display: none;
    }

    .pFoot-btm .btmimg .ga {
        margin-left: 0;
    }

    .pFoot-btm .btmimg .zfzc {
        margin-right: 10px;
    }

    .pFoot-btm .btmimg .dzjg {
        margin: 0 10px;
    }

    .pFoot-msg {
        height: auto;
        padding: 5px 0;
        line-height: 1.5;
    }

    .pFoot-msg a.ga {
        background-size: auto .25rem;
        padding-left: .3rem;
    }

    .listTop.bmjzTop .bmjzLogo {
        margin-top: .15rem;
    }

    .listTop.bmjzTop .bmjzLogo img {
        float: none;
        margin: 0 auto;
        width: 20%;
        height: auto;
    }

    .listTop.bmjzTop .bmjzLogo span {
        font-size: .27rem;
        margin-top: 0;
        margin-bottom: .08rem;
        display: block;
    }

    .listTop.bmjzTop .pSearch {
        margin-top: 0;
    }

    .pHead01 li {
        width: 33.33%;
        text-align: center;
        position: relative;
    }

    .pHead01 li a {
        padding: 0;
    }

    .pHead01 li:nth-child(3n) a::before {
        display: none;
    }

    .pHead02 {
        height: .5rem;
        line-height: .5rem;
    }

    .pZcwjSearch {
        height: auto;
        margin-top: 10px;
    }

    .pZcwjSearch input[type="text"] {
        width: calc(100% - 12px - .3rem - 1.28rem - 2px);
        float: left;
    }

    .pZcwjSearch input#DEPT,
    .pZcwjSearch input.day,
    .pZcwjSearch span {
        display: none;
    }

    .pZcwjSearch input[type="button"] {
        margin-left: 10px;
        padding: 0;
    }

    .pList.mail li a {
        width: 55% !important;
    }

    .pLocation {
        margin-top: 10px;
    }

    .pagination a {
        display: none;
    }

    .pagination .pn {
        display: inline-block;
    }

    .otherlink-pop {
        left: 0;
        width: 96%;
        margin: -250px 0 0 2%;
        margin: -2.5rem 0 0 2%;
    }

    .otherlink-pop h2 {
        padding: 50px 20px;
        padding: .5rem .2rem;
    }
}

@media screen and (max-width: 370px) {
    html {
        font-size: 68px;
    }

    .listTop.bmjzTop .bmjzLogo span {
        font-size: .25rem;
    }
}

/****  动画  ****/
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tiaodong {
    0% {
        transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -moz-transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
}